CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 变化检测

搜索资源列表

  1. salience

    0下载:
  2. 基于突变的距离变换用于图像的变化检测和目标检测与定位-The distance transform based on catastrophe
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:130343
    • 提供者:Sun Qiang
  1. motion-tracking-system-

    1下载:
  2. 本文分析比较了传统运动目标检测的3种主要方法:背景图像差分法、时态差分法和光流法,在此基础上给出了一种背景图像预测算法,大大减少了因为背景变化而产生的目标检测误差。本文基于OpenCV设计出改进的运动目标检测与跟踪算法,实现了运动目标的跟踪,并在VC++编译环境下,利用USB摄像头作为视频采集器,通过观察实验结果可以看出,本文的运动目标检测算法能够正确地检测出视频图像中的运动目标,而且在检测性能上优于普通的自适应背景差分法。 -OpenCV-based motion tracking sys
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1062384
    • 提供者:mei88
  1. Mysift

    0下载:
  2. SIFT特征点检测算法是一种有效的图像特征检测法,对旋转、尺度,光照变化都具有一定的鲁棒性。-SIFT feature detection algorithm is an effective method of image features, rotate, scale, the light changes robustness。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4457616
    • 提供者:关小菊
  1. A_New_Algorithm_ofFastFaceDetection_underComplexCo

    0下载:
  2. 使用一种新的假面变换和模板匹配的人脸检测算法,能够对复杂环境中大小不等的人脸 进行快速、准确的检测.算法首先通过假面变换来预测人脸位置上边沿的中心,然后对图像中的预 测位置进行模板匹配,设计了一类对照明变化、噪声干扰具有较强适应性的模板匹配方法,最后对 匹配结果进行验证,确定人脸准确位置.采用多种环境下的大量图片进行实验,结果显示该算法具 有较快的检测速度和较高的准确性及鲁棒性. -A novelalgorithm offacedetection based on mask
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:233922
    • 提供者:coco_220
  1. chafen

    0下载:
  2. 运动检测的目的是从序列图像中将变化区域提取出来。运动区域的有效分割对于目标分 类、跟踪和行为理解等后期处理非常重要,因为后期处理过程仅仅考虑图像中对应于运动区 域的像素。然而,由于背景图像的动态变化,如天气、光照、影子及混乱干扰等的影响,使 得运动检测成为一项相当困难的工作。-The purpose of motion detection from image sequence changes in the region will be extracted. Sports region segm
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:4818
    • 提供者:zoubinbin
  1. traffic

    0下载:
  2. 基于mfc的车辆检测程序,利用帧间的变化来检测,适合初学图像的同学学习-Mfc-based vehicle detection program to detect changes in the use of frames, suitable for beginners to learn the image of the students
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1958537
    • 提供者:朱飞翔
  1. tuxiangfengesuanfa

    0下载:
  2. 该方法可以用于复制场景的视频检测监控,采用灰度投影算法匹配进行全局运动估计和补偿,用以消除背景变化的影响;二次对称差分算法,用数学形态学对图像进行处理,该方法不受光线,摄像机抖动,场景等变化的干扰影响,具有较强的实时性,效果不错!-This method can be used to copy the scene of the video inspection and monitoring, using gray-scale projection algorithm to match the g
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:302773
    • 提供者:hezz
  1. demo

    0下载:
  2. 实现了运动目标检测,图像的移动,放大,缩小,阈值变化等图像处理功能-The movement object detection, image movement, zoom, change the threshold image processing functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4966513
    • 提供者:yanghuajun
  1. bianyuanjiance

    0下载:
  2. 变化参数,实验LOG边缘检测算法。参数越大,则最后图像边缘检测的轮廓的图像细节也就越少。-Change parameters, experimental LOG edge detection algorithm. Parameter is larger, the final contour edge detection of the less image detail.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:864
    • 提供者:鱼雷
  1. Prewittedgedetection

    0下载:
  2. 经典的边缘提取方法是考察图像的每个像素在某个邻域内灰度的变化,利用边缘邻近一阶或二阶方向导数变化规律,用简单的方法检测边缘,这种方法称为边缘检测局部算子法-Image with a Prewitt edge detection operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:40616
    • 提供者:蔡泽明
  1. Image_process_demo

    0下载:
  2. 该图像处理DEMO实现了用VC++6.O读取BMP图像的类,并在此基础上实现了图像灰度变化、图像增强、图像噪声处理、运动目标检测等算法,实用性非常强,开用于图像处理的二次开发-DEMO implements the image processing using VC++6. O read BMP images of the class, and on this basis to achieve a change in image intensity, image enhancement, ima
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4797893
    • 提供者:国国
  1. wxy1

    0下载:
  2. 人脸检测,通过高斯变化,灰度处理,二值化后得到黑白的图像,通过对水平和垂直经行积分得到眼睛位置信息,从而框选眼部-Face detection, gauss changes, gray, black and white binary image, after we get through the horizontal and vertical integration eye position information, and thus box choose eye
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:846
    • 提供者:susan
  1. harjiaodianjiance

    0下载:
  2. Harris角点检测算 法是在Moravec算法的基础 上提出的。Moravec角点检测算法的思想是: 在图像中 设计一个局部检测窗口,当该窗口沿各个方向作微小移动时 ,考查窗 口的平均能量变化,当该能量变化值 超过设定的阈值时,就将窗口的中心像素点提取为角 点。-Harris corner detection algorithm is based on the algorithm in Moravec' s. Moravec corner detection algorithm idea
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1841
    • 提供者:
  1. processing

    0下载:
  2. 通过设计GUI界面,实现图像的读取、保存、灰度变化、直方图、多种增强、滤波,图像复原、多种边缘检测、图像放大、缩小等 -Through the design of GUI interfaces to achieve the image to read, save, gray change, histogram, a variety of enhancement, filtering, image restoration, multi-edge detection, image scaling
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3653
    • 提供者:jessica
  1. huanjingxing

    0下载:
  2. 实现图像的分类,并在分类后实现两幅不同时相影像间的变化检测的功能-Realizes image classification, and after two of the classification realize also by images of the function between change detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7271457
    • 提供者:王伟
  1. ChangeDetection

    0下载:
  2. 实现不同时相的遥感图像的变化检测功能,可用于SAR图像和光学图像。-Realization of multi-temporal remote sensing images change detection function, can be used in SAR image and optical image
  3. 所属分类:Special Effects

    • 发布日期:2017-06-08
    • 文件大小:15653936
    • 提供者:丘耳
  1. PCA

    0下载:
  2. 主分量分析的源代码,附有简单的解释说明,主要对图像矩阵做降维处理,适用多幅图像的变化检测-Principal component analysis of the source code, a simple explanation, the main image matrix reducing dimension, suitable for image change detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1297
    • 提供者:尹振
  1. image-processing-algorithms2

    1下载:
  2. 遥感图像处理算法介绍,包括分类、融合、植物检测、变化检测等算法的具体介绍,是编程的基础和遥感的基础知识。-Remote sensing image processing algorithms introduced, including classification, fusion, specific descr iption of the plant detection, change detection algorithm is the basis of the programming and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:71237
    • 提供者:茉莉
  1. ImgaeChangeCheck

    0下载:
  2. 遥感图像图像的变化检测,课程设计时写的算法-Remote Sensing Image change detection algorithms, write curriculum design
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:108175
    • 提供者:郝伟
  1. ImageProcess

    0下载:
  2. 用Visual C++编写的图像处理的程序,亲自试过,可以正常使用。包括图像线性变化、图像滤波、图像平滑、图像边缘检测、图像形态学操作、图像阈值分割等功能。适合初学者。-The Visual C++ write image processing procedures, personally tried it, can be used normally. Including the function of the linear image changes, image filtering, ima
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2642264
    • 提供者:小董
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com